*{
    margin: 0;
    padding: 0;
}
html{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", 'Microsoft Yahei', 'verdana,sans-serif';
}
.main{
    min-height: 100vh;
    background-color: #F5F5F5;
}
.box {
    width: 1200px;
    margin: 0 auto;
}
a{
    color: inherit;
}
.hot_table{
    padding: 12px 16px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px #EAEAEA;
    border-radius: 4px;
    font-size: 14px;
}
.hot_table_top{
    padding-bottom: 8px;
    border-bottom: 1px solid #D7E1FF;
}
.hot_table_top img{
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
}
.hot_table_top span{
    display: inline-block;
    vertical-align: middle;
    color: #666666;
}
.hot_table_bottom{
    padding-top: 12px;
}
.hot_table_bottom a{
    margin-right: 45px;
    color: #333333;
}
.hot_table_bottom a:last-child{
    margin-right: 0;
}
.trend_box{
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}
.box_left{
    flex: 1;
    margin-right: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px #EAEAEA;
    border-radius: 4px;
    height: 320px;
    overflow: hidden;
}
.table_head1{
    background: #E9EEFD;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
}
.table_head_list{
    display: flex;
    align-items: center;
}
.table_head_title{
    font-size: 14px;
    color: #4F79FB;
    margin-right: 40px;
}
.table_head_hot{
    display: flex;
    align-items: center;
    font-size: 14px;
}
.table_head_hot_tab{
    margin-right: 8px;
}
.table_head_hot_tab img{
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
}
.table_head_hot_tab span{
    color: #666666;
    display: inline-block;
    vertical-align: middle;
}
.table_head_hot_list{
    color: #333333;
}
.table_head_hot_list a{
    margin-right: 24px;
}
.more{
    font-size: 0;
}
.more a:hover{
    color: inherit;
    text-decoration: none;
}
.more span{
    color: #4F79FB;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}
.more img{
    width: 12px;
    display: inline-block;
    vertical-align: middle;
}
.table_content{
    padding: 12px 16px;
}
.table_list{
    margin-top: 20px;
    display: flex;
    align-items: center;
}
.table_list:first-child{
    margin-top: 0;
}
.list_title{
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    width: 120px;
}
.list_title span{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100px;
}
.list{
    font-size: 14px;
    color: #333333;
}
.list a{
    margin-right: 15px;
    width: 130px;
    text-align: left;
}
.list a:last-child{
    margin-right: 0;
}
.box_right{
    flex: 1;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px #EAEAEA;
    border-radius: 4px;
    height: 320px;
}
.table_head2{
    background: #E9EEFD;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
}
.table_head2_title{
    font-size: 14px;
    color: #4F79FB;
}
.table_issue{
    display: flex;
    font-size: 14px;
}
.issue_title{
    color: #666666;
}
.issue_list span{
    cursor: pointer;
    position: relative;
    padding-left: 20px;
    margin-right: 20px;
}
.issue_list span:last-child{
    margin-right: 0;
}
.issue_list span::before{
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border:solid 1px #4F79FB;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.issue_active::after{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #4F79FB;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
}
.table_chart_top{
    margin-top: 12px;
    display: flex;
    justify-content: flex-end;
    padding: 0 16px;
}
.chart_canvas{
    width: 100%;
    height: 250px;
}
.chart_canvas canvas{
    width: 113%!important;
    height: 300px!important;
    left: -4%!important;
    top: -2%!important;
    z-index: 1;
}
.table_chart_select1{
    width: 68px;
    height: 20px;
    border: 1px solid #4F79FB;
    border-radius: 3px;
    font-size: 12px;
    margin-right: 30px;
    position: relative;
}
.select_show span{
    color: #333;
    position: relative;
    font-size: 12px;
}
.select_show::after{
    content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid black;
}
.select_show{
    line-height: 18px;
    cursor: pointer;
    padding-left: 5px;
    position: relative;
}
.select_box{
    display: none;
    background: #FFFFFF;
    border: 1px solid #4F79FB;
    border-radius: 3px;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 100;
}
.select_box p{
    font-size: 12px;
    padding-left: 5px;
    height: 25px;
    line-height: 25px;
    cursor: pointer;
}
.select_box p:hover{
    background: #F5F5F5;
}
.select_active{
    background: #F5F5F5;
}
.table_qj{
    display: flex;
    align-items: center;
}
.qj{
    color: #666666;
    margin-right: 13px;
}
.table_chart_select2{
    width: 80px;
    height: 20px;
    margin-right: 30px;
    position: relative;
    border: 1px solid #4F79FB;
    border-radius: 3px;
}
.table_text{
    border: 1px solid #D7E1FF;
    color: #666666;
    font-size: 0;
}
.table_text span{
    width: 44px;
    text-align: center;
    font-size: 12px;
}
.table_text span:first-child{
    border-right: 1px solid #D7E1FF;
}
.yilou_box{
    margin-top: 12px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px #EAEAEA;
    border-radius: 4px;
    position: relative;
    z-index: 10;
}